home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / winnet.zip / NVT_TCP.RC < prev    next >
Text File  |  1990-10-06  |  4KB  |  74 lines

  1. #
  2. # Sample config file for WinQVT/Net
  3. # The '#' character begins a comment
  4. # Note that lines with no value to the right of the equal sign
  5. # are commented out, except for those that are mandatory.
  6. #
  7. # Section One: Global Configuration
  8. #
  9. # No matter how many configurations you define, these settings
  10. # are only done once!
  11. #
  12. pc_ip=                          # required, your IP number
  13. #netmask=255.255.255.0           # subnetting mask; optional
  14. arptime=20                      # arp timeout in seconds
  15. #domain=                         # default domain for lookup (optional)
  16. #domaintime=                     # timeout for domain lookup (optional)
  17. #domainretry=                    # number of retries for domain (optional)
  18. packet_vector=                  # packet driver interrupt vector (hex); mandatory
  19. packet_class=0                  # 0 for Ethernet, 6 for SLIP
  20. keypad=DEC                      # use DEC or IBM mapping for 'edit' keys
  21.                                 # (optional; default is DEC)
  22. #passfile=                       # the name of the password file for FTP
  23. #ftp_logfile=                    # the name of the FTP logfile
  24. #anonftp_dir=                    # the directory for anonymous FTP users
  25. #
  26. # End of Global Section
  27. #
  28. # Section Two: Default Configuration
  29. #
  30. # NOTE: this section is for use as a template ONLY!
  31. # It should not be used as an actual configuration
  32. #
  33. name=default                    # Configuration name (required)
  34.                                 # Should be 8 characters max
  35. backsp=DEL                      # ASCII value transmitted by 'Backspace' key
  36.                                 # Possible values are 'DEL' and 'BS'
  37. wrap=off                        # auto-wrap, on or off (optional: default=on)
  38. bell=on                         # warning bell, on or off (optional: default=on)
  39. terminal=VT200                  # compatibility level, VT200, VT100, or VT52 (optional; default=VT200)
  40. color=black                     # standard text color (optional: default=black)
  41.                                 # Possible values are black, blue, green,
  42.                                 # cyan, red, magenta, brown, white
  43. #boldcolor=                     # high-intensity text color (optional; no default)
  44.                                 # Options are same as for 'color'
  45. backcolor=white                 # background color; same choices as for 'color'
  46. charset=DEC                     # Character set: DEC, IBM, or ANSI
  47. #answerback=                    # Answerback string; response to received ENQ
  48.                                 # (optional; no default)
  49. #
  50. #  The following entries are for tuning the TCP connections to this host.
  51. #  They are appropriate for the 3C501 card
  52. #
  53. contime=60                      # timeout in seconds to try connection
  54. retrans=7                       # starting retransmit time out in ticks
  55.                                 # (1 tick = 1/18 sec)
  56. mtu=512                # maximum transmit unit in bytes
  57. maxseg=512            # largest segment we can receive
  58. rwin=512            # TCP window size, MAX=4096
  59. #
  60. # End of Section Two, 'Default' Configuration
  61. #
  62. # Beginning of 'User Configuration' Section
  63. # This is where your configurations will be defined
  64. #
  65. name=                           # configuration name (mandatory)
  66. host=                           # host name (mandatory)
  67. host_ip=                        # IP address of this host (mandatory)
  68. #gateway=1                      # gateway level, starting with 1 (optional)
  69. #nameserver=1                   # nameserver level, starting with 1 (optional)
  70. color=green
  71. boldcolor=white
  72. backcolor=black
  73. same_as=default                 # copy all other values from 'default'
  74.